Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #1165

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 22.9.1 -> 22.10.0 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.1 age adoption passing confidence
vitest (source) 2.1.5 -> 2.1.6 age adoption passing confidence

Release Notes

prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

vitest-dev/vitest (vitest)

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update devdependency @types/node to v22.9.2 chore(deps): update devdependency @types/node to v22.9.3 Nov 23, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7f7dadb to e8ea7a1 Compare November 23, 2024 04:52
@renovate renovate bot changed the title chore(deps): update devdependency @types/node to v22.9.3 chore(deps): update devdependency @types/node to v22.9.4 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f4fe259 to 8057d03 Compare November 26, 2024 03:35
@renovate renovate bot changed the title chore(deps): update devdependency @types/node to v22.9.4 chore(deps): update devdependency @types/node to v22.10.0 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8057d03 to 99115e7 Compare November 26, 2024 06:03
@renovate renovate bot changed the title chore(deps): update devdependency @types/node to v22.10.0 chore(deps): update all non-major dependencies Nov 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 99115e7 to 49589af Compare November 26, 2024 15:54
@ThornWalli ThornWalli merged commit 865405c into main Nov 27, 2024
5 checks passed
@ThornWalli ThornWalli deleted the renovate/all-minor-patch branch November 27, 2024 17:30
Copy link

🎉 This PR is included in version 3.1.7-next.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version 3.1.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant